@media  (max-width: 767px){
	body{
		min-width: auto;
	}
	.top{
		display: none;
	}
	.main{
 		width: 96%;
 		margin: 0 auto;
 	}
 	.head{
 		height: 80px;
 		overflow: hidden;
 		z-index: 10002;
 	}
	.head .name{
		width: 75%;
	}
	.head .main{
		height: 80px;
	}
	.head img{
		width: 100%;
	}
 	.in-banner{
 		margin-top: 80px;
 	}
 	.banner{
 		z-index: 10001 !important;
 		background: #eee;
 		margin-top: 80px;
	 
 	}
 	
 	.pcBanner{
 		display: none;
 	}
 	.mbanner{
 		display: block;
 	}
	.head  .btn {
		height: 25px;
	}
 	.head  .btn span{
 		width: 30px;
 		height: 4px;
 		margin-top: 10px;
 	}

 	.head  .btn:after{
 		width: 30px;
 		height: 4px;
 	}
 	.head  .btn:before{
 		width: 30px;
 		height: 4px;
 	}

	.head .main{
		padding: 0 2%;
	}
 	.head .nav{
 		opacity: 1;
 		width: 100%;
 		height: auto;
 		visibility: visible;
 		right: 0;
 		top: 80px;
 		z-index: 100;
 	 

 	}
 	.head .nav ul {
 		position: relative;
 		margin-top: 30px;
 		overflow: hidden;
 		height: auto;
 		 
 	}
 	.head .nav ul li{
 		width: 100%;
 		line-height: 45px;
 		float: inherit;
 		text-align: center;
 		padding: 0;
 		margin-top: 30px;
 		opacity: 0;
 	
 		visibility:hidden;
 	}
 	.head-on{
 		width: 100%;
 		height: 100%;
 		position: fixed;
 		top: 0;
 		 

 	}

 	.head  .active{
 		width: 100%;
 		height: 100%;
 		top: 80px;
 	 	position: fixed;
 	}

 	.head  .active ul li{
 		opacity: 1;
 		visibility:visible;
 		transition: .5s;
 		animation-timing-function:ease;
 		margin-top: 0;
 	}

 	.head  .active ul li:nth-child(1){
 		transition: .6s;

 	}
 	.head  .active ul li:nth-child(2){
 		transition: .7s;
 	}
 	.head  .active ul li:nth-child(3){
 		transition: .8s;
 	}
 	.head  .active ul li:nth-child(4){
 		transition: .9s;
 	}
 	.head  .active ul li:nth-child(5){
 		transition: 1s;
 	}
 	.head  .active ul li:nth-child(6){
 		transition: 1.1s;
 	}

 	.banner .swiper-pagination .swiper-pagination-bullet{
 		width: 30px;
 		height: 4px;
 	}
 	.ad{
 		height: auto;
 		overflow: hidden;
 	}
	.ad ul {
		width: 100%;
	}
 	.ad ul li{
 		width: 50%;
 		line-height: 50px;
 		height: 50px;
 		border-bottom:1px solid #fff;
 		border-right: 1px solid #fff;
 		box-sizing: border-box;
 		font-size: 16px;
 	}
 	.ad ul li:nth-child(2n){
 		border-right: none;
 		float: right;
 	}
 	.ad ul li:after{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}
 	.item{
 		margin-top: 20px;
 		padding-bottom: 20px;
 	}
 	.title p{
 		font-size: 24px;
 		padding-bottom: 5px;
 	}
 	.title p:after{
 		height: 1px;
 	}
 	.title h4{
 		font-size: 24px;
 		margin-top: 5px;
 	}
	.item .list ul{
		width: 98%;
		margin: 0 auto;
		margin-top: 20px;
	}
 	.item .list ul li{
 		width: 48%;
 		height: auto;
 		overflow: hidden;
 		margin: 0;
 		padding: 30px 0;

 		margin-bottom: 10px;
 	}
 	.item .list ul li:nth-child(2n){
 		float: right;
 	}
 	.item .list ul li div img{
 		height: 60px;
 		margin: 0 auto;
 	}
 	.item .list ul li p{
 		font-size: 15px;
 		margin-top: 20px;
 	}
 	.item .list ul li:hover {
 		border: 1px solid #dbdbdb;
 	}

 	.cases .list{
 		width: 96%;
 		margin: 0 auto;
 	}
 	.cases .list ul{
 		margin-left: 0;
 	}
 	.cases .list ul li{
 		float: left;
 		width: 32%;
 		height: 35px;
 		line-height: 35px;
 		margin-left: 2%;
 	}
 	.cases .list ul li a{
 		font-size: 12px;
 		display:block;
 	}
 	.cases .list ul li:nth-child(3n-2){
 		margin-left: 0;
 	}
 	.cases{
 		margin-top: 25px;
 		padding-bottom: 20px;
 	}
 
 	.cases .pic {
 		width: 96%;
 		margin: 0 auto;
 		margin-top: 10px;
 	}
 	.cases .pic  ul{
 		margin-top: 0;
 	}
 	.cases .pic ul li{
 		width: 100%;
 		margin: 0;
 		margin-bottom: 5px;
 	}
 	.cases .pic ul li span{
 		width: 25px;
 		height: 25px;
 		right: 15px;
 		bottom: 15px;
 	}
 	.cases .pic ul li .info{
 		background-size: auto 20px;
 		background-position: 15px 15px;
 	}
 	.cases .pic ul li .info p{
 		font-size: 16px;

 	}
 	.more{
 		width: 180px;
 		text-indent: 15px;
 		font-size: 12px;
 		height: 40px;
 		line-height: 40px;
 		margin-top: 20px;
 		background-position: 135px center;
 		background-size: 30px;
 	}

 	.about{
 		margin-top: 15px;
 	}
	
 	.about .main{
 		width: 100%;
 	}
 	.about .intro{
 		width: 96%;
 		margin: 0 auto;
 		margin-top: 20px;
 		font-size: 16px;
 	}

 	.about .info{
 		width: 96%;
 		margin: 0 auto;
 		font-size: 12px;
 		line-height: 22px;
 		margin-top: 10px;
 	}
 	.about .article{
 		width: 96%;
 		margin: 0 auto;
 		font-size: 14px;
 		line-height: 30px;
 		margin-bottom: 20px;
		text-align:justify;
		color:#222;
 	}
 	.about .article img{
 		max-width: 100% !important;
 		height: auto !important;
 	}
 	.about .article h4{
 		font-size: 18px;
 		padding-bottom: 10px;
 	}
 	.about .article .text{
 		font-size: 13px;
 		line-height: 24px;
 		margin-top: 10px;
 	}
 	.about  ul{
 		width: 100%;
 		display: block;
 		 
 	}
 	.about ul  li {
 		width: 25%;
 		 
 	}
 	.about ul  li div{
 		margin: 0 auto;
 	}
 	.about ul  li b{
 		font-size: 26px;
 	}
 	.about ul  li p{
 		font-size: 12px;
 	}
 	.about ul  li:after{
 		right: 0;
 		top: 50%;
 		height: 30px;
 	 	top: 15px;
 	}
 	.about ul  li:last-child:after{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}
 	.adv{
 		margin-top: 30px;
 	}
 	.adv .title span{
 		font-size: 14px;
 		margin-top: 16px;
 	}
 	.adv .swiper-container{
 		margin-top: 15px;
 	}
 	.adv .swiper-wrapper{
 		display: flex;
 		height: auto;
 	}
 	.adv .swiper-slide .num{
 		width: 50px;
 		height: 50px;
 		font-size: 32px;
 		line-height: 50px;
 		background-size: 100% 100%;
 	}
 	.adv .swiper-slide{
 		display: flex;
 		padding: 0 1px;
 		margin-bottom: 0;
 		box-sizing: border-box;
 		justify-content: flex-start;
 	}
 	.adv .swiper-slide .intro{
 		width: 89%;
 	}
 	.adv .swiper-slide .intro h4{
 		width: 90%;
 		font-size: 20px;
 		margin-top: 20px;
 	}
 	.adv .swiper-slide .intro p{
 		width: 90%;
 		font-size: 12px;
 		line-height: 22px;
 	}
 	.adv .swiper-pagination{
 		margin-top: 10px;
 		position: initial;
 	}
 	.adv .swiper-pagination .swiper-pagination-bullet{
 		opacity: 1;
 		width: 10px;
 		height: 10px;
 		background: #e5e5e5;
 	}
 	 .adv .swiper-pagination .swiper-pagination-bullet-active{
 	 	background: #d6943b;
 	 }
    .news-list{
    	margin-top: 0;
    }
 	 .news .title{
 	 	margin-top: 30px;
 	 }
	.news ul {
		margin-top: 20px;
	}
 	 .news ul li{
 	 	width: 100%;
 	 	float: inherit;
 	 	margin-bottom: 10px;
 	 	height: auto;
 	 }

	  .news ul li a{
	  	display:flex;
	  	justify-content: flex-start;
	  	align-items: center;
	  }
	.news ul li .time{
		width: 70px;
		height: 80px;
	}
	.news ul li .time p{
		font-size: 30px;
		margin-top: 8px;
		width: 50px;

	}
	.news ul li .time span{
		font-size: 12px;
	}
	.news ul li .intro{
		width: 75%;
		margin-left: 10px;
		margin-top: 0;
	}
	.news ul li .intro h4{
		font-size: 16px;
	}
	.news ul li .intro p{
		font-size: 12px;
		height:43px;
		margin-top: 8px;
		line-height: 20px;
	}
	.contact{
		margin-top: 30px;
	}
	.contact .bd{
		width: 100%;
	}
	.contact .bd  img{
		width: 100%;
		height: auto;
	}
	.contact .intro{
		margin-top: 20px;
		width: 100%;
	}
	.contact .intro .tit{
		width: 100%;
	}
	.contact .intro .tit p {
		font-size: 22px;
		display: table;
	}
	.contact .intro .tit span{
		font-size: 22px;
		line-height: 32px;
		width: 100%;
	}
	.contact .intro .info{
		width: 100%;
		font-size: 13px;
		line-height: 24px;
	}
	.contact .mssg{
		width: 80%;
		margin: 0 auto;
		float: inherit;

	}
	.contact .mssg form {
		margin-top: 20px;
	}
	.contact .mssg form ul li{
		display: flex;
		margin-bottom: 5px;
		justify-content: flex-start;
	}

	.contact .mssg form ul li p{
		font-size: 14px;
		width: 75px;
		line-height: 40px;
	}
	.contact .mssg form ul li input{
		width:80%;
		height: 35px;
	}
	.contact .mssg form ul li textarea{
		width:80%;
	}
	.contact .mssg form .btn{
		height: 40px;
		margin-top: 5px;
		text-indent: -15%;
		font-size: 13px;
		background-size: 30px auto;
		background-position: 63% center;
	}
	.contact .map{
		width: 100%;
		height: 300px;
		margin-top: 15px;
	}
	.gotop{
		width: 100%;
		height: 40px;
		background: #d6943b;
		display: flex;
		justify-content: center;
		margin-top: 30px;
		align-items: center;
	}
	.gotop img{
		height: 15px;
		margin-right: 10px;
	}
	.gotop p{
		color:#fff;
		font-size: 14px;
	}
	.fn{
		display: block;
	}

	.footer{
		margin-top: 0;
		padding-bottom: 100px;
	}
	.footer .menu{
		display: none;
	}
	.footer .main{
		display: block;
		width: 96%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	.footer .main .intro{
		margin-top: 20px;
		font-size: 12px;
		line-height: 24px;
		text-align: center;
	}
	.footer  .links{
		display: none;
	}
	.footer  .ewm{
		margin: 0 auto;
		margin-top: 30px;
		display: table;
	}
	.title-bar{
		width: 96%;
		margin: 0 auto;
	}
	.title-bar h4{
		float: inherit;
		margin-top: 15px;
	}
	.title-bar .crumbs{
		float: inherit;
		margin-top: 10px;
	}
	.crumbs p{
		font-size: 12px;
		padding: 0;
		margin-top: 0;
		line-height: 20px;
	}
	.crumbs a{
		font-size: 12px;
		margin-top: 0;
		line-height: 20px;
	}
	.page{
		margin: 30px auto;
		margin-bottom: 10px;
	}
	.page ul li{
		height: 30px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 30px;
		margin:  0 3px;
	}
	.detailed{
		margin-top: 30px;
	}
 	.detailed .tit h4{
 		font-size: 18px;
 		padding-bottom: 10px;
 	}
	.detailed .tit p{
		margin-top: 10px;
	}
 	.detailed .intro{
 		margin-top: 15px;
 		font-size: 13px;
 		line-height: 24px;
 	}
 	.detailed .intro img{
 		max-width: 100%;
 	}
	.fy{
		width: 96%;
		margin: 30px auto;
		border: none;

	}
  	.fy p{
  		width: 49%;
  		padding: 0 5px;
  		height: 35px;
  		line-height: 35px;
  		box-sizing: border-box;
  		font-size: 12px;
  		border: 1px solid #ccc !important;
  	}
  	.fy p:nth-child(2){
  		float: right;
  	}
  	.fy .return{
  		width: 100%;
  		border: 1px solid #ccc;
  		box-sizing: border-box;
  		height: 35px;
  		font-size: 12px;
  		line-height: 35px;
  		margin-top: 8px;
  	}
}	